Skip to content

Select all columns with time formatting

I have many columns, some of them contains timestamp. I want to fetch all columns records but ones with date/time to be formatted: I know I can get all columns separately but there is 20 columns so I …

Creat procedure in mysql

I was learning sql from w3schools.Here is given simple mysql procedure but somehow I couldn’t to write down this procedure I’m new in sql please could you provide me with feedback. DELIMITER // …