Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
319 B
2
Indexable
Never
select * from cart_sample where userid='veerendra';
select * from cart_sample where userid IN ('senthil','raghav') and createdtime='2023-04-23 '
select * from cart_sample where userid='senthil' and createdtime='2023-04-23'
select * from cart_sample where createdtime>='2023-04-23' and createdtime<='2023-04-23'