How to check, whether email exist or not in database using springboot
.
Asked
Active
Viewed 1,084 times
1

Himanshu padia
- 7,428
- 1
- 47
- 45

kavya
- 11
- 3
-
Welcome to SO, this is not a 'help me code site'. You need to produce your attempt to the problem so far. Kindly go through this post for more info - https://stackoverflow.com/help/how-to-ask – nimsrules Aug 08 '19 at 05:32
-
Maybe running a query like select from emails where your@email.to.ckeck and ensure the result is empty – Akceptor Aug 08 '19 at 05:33