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;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.