42.7K results in 800 ms
8 years ago · Dec 08, 2017, 03:56 AM
String s = ""; String sql = "CREATE TABLE IF NOT EXISTS " + this.dbName + tableName + " ("; Pattern pColName
8 years ago · Dec 08, 2017, 03:10 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Dec 08, 2017, 02:14 AM
if the item already exists in the list { list += name + ","; //if it does not exist, add it into
8 years ago · Dec 08, 2017, 01:50 AM
CREATE TABLE IF NOT EXISTS `inventar` ( `id` int(11) NOT NULL AUTO_INCREMENT, `inventarnummer` varchar(32) DEFAULT NULL, `buchhaltungsnummer` int(11) DEFAULT NULL, `art` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
8 years ago · Dec 08, 2017, 01:16 AM
DROP DATABASE IF EXISTS se266; CREATE DATABASE se266; use se266; CREATE TABLE users ( user_id INT(11) NOT
8 years ago · Dec 08, 2017, 12:22 AM
for table `mjevsty0u1_posts` -- DROP TABLE IF EXISTS `mjevsty0u1_posts`; /*!40101 SET @saved_cs_client
8 years ago · Dec 07, 2017, 11:46 PM
static final String sqlTutor = "CREATE TABLE IF NOT EXISTS tutor (" + "id VARCHAR, " + "nombre
8 years ago · Dec 07, 2017, 11:40 PM
local tmpFile = fs.combine(dir, tmp)\ if not fs.exists(tmpFile) then\ local h
8 years ago · Dec 07, 2017, 11:04 PM
try { PreparedStatement ps = MySQL.getStatement( "CREATE TABLE IF NOT EXISTS Money (Spielername VARCHAR(100), UUID
8 years ago · Dec 07, 2017, 10:12 PM
int, -- голы гоÑтевой команды ) IF OBJECT_ID('club', 'U') IS NOT NULL DROP TABLE club GO create table club( club_id int
8 years ago · Dec 07, 2017, 09:58 PM
Table `jupitercollege`.`faculty` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `jupitercollege`.`faculty` ( `id` INT NOT
8 years ago · Dec 07, 2017, 09:48 PM
self:SetNPCFireRate(1/(self.Primary.RPM/60)) -- //self:SetCurrentWeaponProficiency( WEAPON_PROFICIENCY_VERY_GOOD ) end if CLIENT then -- // Create a new table for every weapon instance
8 years ago · Dec 07, 2017, 09:40 PM
StudentFirstName, StudentLastName; DROP DATABASE IF EXISTS error404; CREATE DATABASE error404; USE error404 CREATE TABLE students ( StudentID INT NOT
8 years ago · Dec 07, 2017, 09:30 PM
for newmobspawn -- ---------------------------- DROP TABLE IF EXISTS `newmobspawn`; CREATE TABLE `newmobspawn` ( `UID` bigint(18) NOT NULL auto_increment, `Name` varchar(18)
8 years ago · Dec 07, 2017, 09:10 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Dec 07, 2017, 08:36 PM
BY StudentFirstName; DROP DATABASE IF EXISTS error404; CREATE DATABASE error404; USE error404 CREATE TABLE students ( StudentID INT NOT
8 years ago · Dec 07, 2017, 08:30 PM
s.%s" % ( create_table_query[:12], dst_dbname, create_table_query[13:]) # Create table on destination dst_conn.execute( "drop table if exists `%s`.`%s`" % (dst_dbname, table_name)) dst_conn.execute(create_table_query)
Total pages: 2134