42.7K results in 805 ms
8 years ago · Feb 21, 2018, 04:28 PM
CREATE TABLE IF NOT EXISTS `GGC`.`User` ( `IdUser` INT NOT
8 years ago · Feb 21, 2018, 03:38 PM
errMsg; const char *sql_stmt = "CREATE TABLE IF NOT EXISTS CONTACTS (username, password)"; if
8 years ago · Feb 21, 2018, 03:28 PM
typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT
8 years ago · Feb 21, 2018, 02:52 PM
structure for table `properties` -- CREATE TABLE IF NOT EXISTS `properties` ( `property_id` int(11) NOT
8 years ago · Feb 21, 2018, 01:50 PM
table Table_01 DROP TABLE IF EXISTS `Table_01`; CREATE TABLE `Table_01` ( `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, `xxx` varchar(50),
8 years ago · Feb 21, 2018, 01:26 PM
the Tables drop table if exists products; create table products( id int not null auto_increment, title varchar(100)
8 years ago · Feb 21, 2018, 01:02 PM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 21, 2018, 12:56 PM
exists TipoUsuario drop table if exists sumulaArbitro create table Arbitro ( id integer not null auto_increment, cpf varchar(255),
8 years ago · Feb 21, 2018, 12:18 PM
CREATE TABLE IF NOT EXISTS `notification_emails` ( `id` INT PRIMARY
8 years ago · Feb 21, 2018, 12:12 PM
named CarSales -- Car table create TABLE if NOT Exists `Car`( `CarID` int (10)
8 years ago · Feb 21, 2018, 12:04 PM
arg [ok]: ZINCRBY does not work variadic even if shares ZADD implementation [ok]:
8 years ago · Feb 21, 2018, 11:50 AM
CREATE TABLE IF NOT EXISTS `absolvent` ( `id` int(11) NOT
8 years ago · Feb 21, 2018, 10:34 AM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 21, 2018, 10:28 AM
i prodavan n puta) create proc ProvjeriProizvod @idProizvod int as if not exists (select Naziv from Proizvod
8 years ago · Feb 21, 2018, 09:58 AM
see if the file exists and is readable + unless File.file?(file) and File.readable?(file) + # if not, raise an exception + raise
8 years ago · Feb 21, 2018, 09:50 AM
wowresource_1274` -- -- -------------------------------------------------------- -- -- Struktura tabulky `ibf_admin_login_logs` -- CREATE TABLE IF NOT EXISTS `ibf_admin_login_logs` ( `admin_id` int(10) NOT
8 years ago · Feb 21, 2018, 09:40 AM
for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client
8 years ago · Feb 21, 2018, 09:40 AM
function( ) self.Connected = true self:Query( "CREATE TABLE IF NOT EXISTS ad_pdata ( infoid VARCHAR( 32
8 years ago · Feb 21, 2018, 09:38 AM
function( ) self.Connected = true self:Query( "CREATE TABLE IF NOT EXISTS ad_pdata ( infoid VARCHAR( 32
8 years ago · Feb 21, 2018, 09:26 AM
for table `test` -- DROP TABLE IF EXISTS `test`; /*!40101 SET @saved_cs_client
Total pages: 2134