MySQL Forums
Forum List  »  Newbie

tilde ~ in where condition
Posted by: krishna krishna
Date: December 21, 2022 08:25AM

Hi Team,

I am need your help to understand why tilde expression is used in the SQL query in where condition

we have below table

Slno resources joining_date_time
1 josheph 2022-12-11 00:00:00:00
2 william 2021-07-11 00:00:00:00


below is the query created in SQL , So would like to understand

select resources where joining_date_time = ~joining~

however Joining itself is not there inthe joining_date_time column.

please assist

Options: ReplyQuote


Subject
Written By
Posted
tilde ~ in where condition
December 21, 2022 08:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.