ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:dropcolumnsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dictionary:dropcolumnsql [2015/08/29 18:30] mnewnhamdictionary:dropcolumnsql [2015/08/29 18:32] mnewnham
Line 22: Line 22:
 print_r($sqlarray); print_r($sqlarray);
  
 +/*
 + * Prints
 Array Array
 ( (
     [0] => ALTER TABLE ACT DROP COLUMN ACTNOTES     [0] => ALTER TABLE ACT DROP COLUMN ACTNOTES
 ) )
 +
 +*/
 +
 +$dict->executeSqlArray($executeSqlArray);
 +
  
 </code> </code>
  
v5/dictionary/dropcolumnsql.txt · Last modified: 2016/01/13 02:06 by mnewnham