Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
384 B
1
Indexable
select * from cart_details where userid='tcs02';

select * from cart_details where businessid IN ('tcs03','tcs04') and createdtime='2023-04-23 12:20:15.823000+0530';

select * from cart_details where createdtime='2023-04-23 12:20:15.823000+0530';

select * from cart_details where createdtime>='2023-04-23 12:20:15.823000+0530' and createdtime<='2023-04-23 12:20:15.857000+0530'