I am new to SQL ..
SELECT status FROM statuses ORDER BY date;
I know this will order by date but i want to alter the table and rearrange them by datestamp..
Is it possible to alter like that ?
I am new to SQL ..
SELECT status FROM statuses ORDER BY date;
I know this will order by date but i want to alter the table and rearrange them by datestamp..
Is it possible to alter like that ?
Got the solution ..
ALTER status ORDER BY date;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.