Most Used SQL Query used in current job ?

Query all the records from the table substitute_details

select * from SUBSTITUTE_DETAIL where user_id=’userid’;

select * from SUBSTITUTE_DETAIL where user_id=’123’ and application_key=’default’ ;

update TABLE_NAME
SET START_DATE=TO_DATE(‘06/07/2021’, ‘DD/MM/YYYY’), END_DATE=TO_DATE(‘07/07/2021’, ‘DD/MM/YYYY’)
WHERE USER_ID=’userID’ AND APPLICATION_KEY=’default’;
select * from ALL_TAB_COLUMNS 
where
table_name=’SUBSTITUTE_DETAIL’;
UPDATE PASOFDATE SET ASOFDATE = TO_DATE('11/21/2012', 'MM/DD/YYYY');

--

--

Software Engineer, who loves challenges and new technologies. :)

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
sandeep negi

Software Engineer, who loves challenges and new technologies. :)