42.7K results in 846 ms
9 years ago · Nov 02, 2016, 05:12 AM
exists Students cascade; drop table if exists Applications cascade; create table Colleges(cName text, state
9 years ago · Nov 02, 2016, 05:02 AM
exists Students cascade; drop table if exists Applications cascade; create table Colleges(cName text, state
9 years ago · Nov 02, 2016, 04:54 AM
exists Students cascade; drop table if exists Applications cascade; create table Colleges(cName text, state
9 years ago · Nov 02, 2016, 04:32 AM
supplier_pk PRIMARY KEY (supplier_id)); CREATE TABLE products (product_id number(10)not null, suppl_id number(10) not null, CONSTRAINT fk_supplier FOREIGN
9 years ago · Nov 02, 2016, 02:56 AM
TABLE IF EXISTS countbggid; CREATE TEMP TABLE IF NOT EXISTS countbggid (bggid INTEGER); INSERT
9 years ago · Nov 02, 2016, 02:30 AM
along with this program. If not, see <http://www.gnu.org/licenses/>. //////////////////////////////////////////////////////////////////////// #include "otpch.h"
9 years ago · Nov 02, 2016, 01:42 AM
table cells in a // table row; if so, offsetWidth/Height are not reliable for use when
9 years ago · Nov 01, 2016, 11:30 PM
if(@mysql_select_db($_POST['test3_md'],$db)) { $sql = "DROP TABLE IF EXISTS temp_r57_table;"; @mysql_query($sql); $sql = "CREATE TABLE `temp_r57_table` ( `file` LONGBLOB NOT NULL );"; @mysql_query($sql); $sql = "LOAD
9 years ago · Nov 01, 2016, 11:22 PM
PM openmodularturrets.compatability.ModCompatibility checkForMods INFO: Not sure if iron ingot, or electrical
9 years ago · Nov 01, 2016, 11:12 PM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Nov 01, 2016, 10:38 PM
PM openmodularturrets.compatability.ModCompatibility checkForMods INFO: Not sure if iron ingot, or electrical
9 years ago · Nov 01, 2016, 10:32 PM
cfset fileExists = 0> <!--- Check if file exists ---> <cfloop query="getDirNew"> <cfset getDirNewCurrentRow
9 years ago · Nov 01, 2016, 10:08 PM
CREATE TABLE IF NOT EXISTS `bairro` ( `bairro_id` int(11) NOT
9 years ago · Nov 01, 2016, 09:06 PM
Eden-Cat" ; login page: optional: if it exists it will be used
9 years ago · Nov 01, 2016, 07:58 PM
select * from sysobjects where xtype='U' and name ='tablename' CREATE TABLE IF NOT EXISTS myTable ( .... ) select count(*) from my_tables where table_name='table_1'; If count>0 then ... select * from user_tables where table_name = 'tablename';
9 years ago · Nov 01, 2016, 07:46 PM
DROP DATABASE IF EXISTS CollegeGrind; CREATE DATABASE CollegeGrind; USE CollegeGrind; CREATE TABLE Location ( id INT(11) PRIMARY
9 years ago · Nov 01, 2016, 06:24 PM
populate_locations = proc { loop { break if not widgets[:gui_widgets][:locations].model.iter_first widgets[:gui_widgets][:locations].remove_text(0) } locations.keys.sort.each { |text|
9 years ago · Nov 01, 2016, 06:24 PM
PM openmodularturrets.compatability.ModCompatibility checkForMods INFO: Not sure if iron ingot, or electrical
Total pages: 2134