xProteuSx Posted November 13, 2006 Share Posted November 13, 2006 I have been fighting with this DROP TABLE statement, and I can't get it to remove a table from my database. So after trying everything, maybe I have the wrong idea od 'DROPPING' a table. Should I be 'DROPPING' it or is there a 'DELETE' function that will completely remove the table? I am starting to think that to 'DROP' means to clear the table of any entries, but what I am trying to do is 'DELETE' and remove the table altogether. I'm lost ... Link to comment https://forums.phpfreaks.com/topic/27074-solved-drop-table-statement/ Share on other sites More sharing options...
btherl Posted November 13, 2006 Share Posted November 13, 2006 DROP means to remove the table completely.Are you checking for errors? Link to comment https://forums.phpfreaks.com/topic/27074-solved-drop-table-statement/#findComment-123819 Share on other sites More sharing options...
.josh Posted November 13, 2006 Share Posted November 13, 2006 please do not make multiple threads asking the same question. Link to comment https://forums.phpfreaks.com/topic/27074-solved-drop-table-statement/#findComment-123835 Share on other sites More sharing options...
Recommended Posts