42.7K results in 792 ms
7 years ago · Oct 21, 2018, 12:10 AM
IF EXISTS `AM_recordtimes`") SQL_QueryAndIgnore(SqlConnection,"CREATE TABLE IF NOT EXISTS `AM_recordtimes` (`id` int(12) NOT
7 years ago · Oct 20, 2018, 11:28 PM
huy.dinh@effectivemeasure.com> # DELIMITER $$ DROP PROCEDURE IF EXISTS procChangeCharSetandCollationForAllTables $$ CREATE PROCEDURE procChangeCharSetandCollationForAllTables() BEGIN DECLARE
7 years ago · Oct 20, 2018, 10:42 PM
initialize code goes here if CLIENT then // Create a new table for every weapon instance
7 years ago · Oct 20, 2018, 08:36 PM
TABLE roles"); statement.executeUpdate("DROP TABLE IF EXISTS roles"); statement.executeUpdate ( "CREATE TABLE roles(" + "account_id int(11) NOT NULL, " + "role_id int(11) NOT
7 years ago · Oct 20, 2018, 07:24 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT
7 years ago · Oct 20, 2018, 07:14 PM
create table if not exists clientes( id_clie int auto_increment
7 years ago · Oct 20, 2018, 06:58 PM
for table `wt_alexa` -- DROP TABLE IF EXISTS `wt_alexa`; /*!40101 SET @saved_cs_client
7 years ago · Oct 20, 2018, 06:22 PM
not null, isocode varchar(3) not null, primary key(id) ); -- ====================================================================== CREATE TABLE Sources ( uuid varchar(250), name
7 years ago · Oct 20, 2018, 05:50 PM
structure for table pcm_hris.bank_information CREATE TABLE IF NOT EXISTS `bank_information` ( `id` int(11) NOT
7 years ago · Oct 20, 2018, 05:46 PM
DROP TABLE IF EXISTS `departamento`; CREATE TABLE `departamento` ( `departamento_id` int(11) NOT NULL AUTO_INCREMENT, `descripcion` varchar(120)
7 years ago · Oct 20, 2018, 05:26 PM
structure for table pcm_hris.users CREATE TABLE IF NOT EXISTS `users_old` ( `id` int(10) unsigned
7 years ago · Oct 20, 2018, 05:06 PM
Engine<SQLite> { private String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS player_data (id INT, name
7 years ago · Oct 20, 2018, 04:44 PM
TABLE IF EXISTS `orderinfo`; CREATE TABLE IF NOT EXISTS `orderinfo` ( `Order_ID` INT(8) NOT
7 years ago · Oct 20, 2018, 04:08 PM
structure. // // The relevant page table page might not exist yet. // If this is true, and
7 years ago · Oct 20, 2018, 03:50 PM
SQLite { private String CREATE_TABLE = "CREATE TABLE IF NOT EXISTS player_data (id INT, name
7 years ago · Oct 20, 2018, 03:16 PM
use mct; create table if not exists categories( id int auto_increment
7 years ago · Oct 20, 2018, 03:06 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
7 years ago · Oct 20, 2018, 02:50 PM
TABLE IF EXISTS `projekt`.`uzytkownicy` ; CREATE TABLE IF NOT EXISTS `projekt`.`uzytkownicy` ( `id_uzytkownicy` INT(11) NOT
7 years ago · Oct 20, 2018, 02:44 PM
TABLE IF EXISTS `projekt`.`uzytkownicy` ; CREATE TABLE IF NOT EXISTS `projekt`.`uzytkownicy` ( `id_uzytkownicy` INT(11) NOT
7 years ago · Oct 20, 2018, 01:22 PM
USE `user_ws`; DROP TABLE IF EXISTS `stats`; CREATE TABLE `stats` ( `id` int(11) NOT NULL, `nom` text NOT
Total pages: 2134