Untitled

 avatar
unknown
plain_text
2 years ago
459 B
4
Indexable
now create an python flask api to get the detials of username,event_date,status,username and event_date,event_date>= and event_date<=

quaries
select * from hos_cart_details where username='g';
select * from hos_cart_details where username='g' and event_date ='5';
select * from hos_cart_details_by_date where event_date='7';
select * from hos_cart_details_by_status where status ='Y';
select * from hos_cart_details where event_date>='8' and event_date<='9';
Editor is loading...