Untitled
unknown
plain_text
a year ago
459 B
1
Indexable
Never
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';