how to declare variable date in mysql
set @report_date = '2013-01-17 00:00:00';
SELECT *
FROM `NMPP`.`capacitypersecond`
WHERE `StreamDT` >= @report_date and `StreamDT` < '2013-01-18 00:00:00' ;
how to declare variable date in mysql
set @report_date = '2013-01-17 00:00:00';
SELECT *
FROM `NMPP`.`capacitypersecond`
WHERE `StreamDT` >= @report_date and `StreamDT` < '2013-01-18 00:00:00' ;
date in mysql
YYYY-MM-DD
--April 21 2021 would be
'2021-04-21'
--June 5 1944 would be
'1944-06-05'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us