42.7K results in 813 ms
8 years ago · Feb 22, 2018, 01:42 PM
run the following commands: create alias if not exists h2gis_network for "org.h2gis.network.functions.NetworkFunctions.load"; call
8 years ago · Feb 22, 2018, 01:30 PM
cursor.close() #user table definition CREATE TABLE user ( id INT NOT NULL AUTO_INCREMENT, email CHAR(100),
8 years ago · Feb 22, 2018, 01:28 PM
bool exists; FILE *ifp; exists = false; if ((ifp = fopen(filename, "r")) != NULL)
8 years ago · Feb 22, 2018, 01:28 PM
NOT NULL, " + "item TEXT NOT NULL "+ ")"; private static final String SQL_DELETE_BLOG_ENTRIES = "DROP TABLE IF EXISTS entries"; }
8 years ago · Feb 22, 2018, 01:24 PM
perform fc_debug('v_total: '||v_total,lRaise,false,false); end if; v_comando_cria = 'create temp table w_testando as ' || v_comando; execute
8 years ago · Feb 22, 2018, 01:02 PM
CREATE ALIAS IF NOT EXISTS H2GIS_NETWORK FOR "org.h2gis.network.functions.NetworkFunctions.load"; CALL
8 years ago · Feb 22, 2018, 12:50 PM
UMCS-263_38b2aa68d50440d69eb84037b2e42bef> sam CREATE TABLE IF NOT EXISTS "__EFMigrationsHistory" ( "MigrationId" varchar(150) NOT
8 years ago · Feb 22, 2018, 12:24 PM
Users; DROP TABLE PartnerCompany; CREATE TABLE IF NOT EXISTS Users ( id SERIAL PRIMARY
8 years ago · Feb 22, 2018, 10:50 AM
DROP TABLE IF EXISTS `tbl_request_logs`; CREATE TABLE `tbl_request_logs` ( `id` int(11) NOT NULL AUTO_INCREMENT, `request_headers` varchar(255)
8 years ago · Feb 22, 2018, 09:28 AM
CREATE TABLE IF NOT EXISTS parent_table( id BIGSERIAL PRIMARY
8 years ago · Feb 22, 2018, 08:20 AM
structure for table `master_ac` -- CREATE TABLE IF NOT EXISTS `master_ac` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 08:18 AM
structure for table `pricelist` -- CREATE TABLE IF NOT EXISTS `pricelist` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 08:16 AM
structure for table `table_promo` -- CREATE TABLE IF NOT EXISTS `table_promo` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 08:14 AM
fill: 0 - Scheduler::AutoPopulate::Queries::CreateTables (160.1ms) CREATE TABLE IF NOT EXISTS buffer_assignment_limit_call_types_564599800 LIKE buffer_assignment_limit_call_types (166.2ms)
8 years ago · Feb 22, 2018, 08:14 AM
structure for table `Table_Master_Promo` -- CREATE TABLE IF NOT EXISTS `Table_Master_Promo` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 08:12 AM
structure for table `jasa_group` -- CREATE TABLE IF NOT EXISTS `jasa_group` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 08:10 AM
use u_ti311; drop table if exists kategoria_ustawen_systemu; create table kategoria_ustawen_systemu ( id bigint unsigned primary key auto_increment, nazwa varchar(50) not null, opic varchar(250) null, czy_w_menu varchar(50) ) engine=innoDB default charset=utf8mb4 collate=utf8mb4_polish_ci;
8 years ago · Feb 22, 2018, 08:10 AM
structure for table `jasa` -- CREATE TABLE IF NOT EXISTS `jasa` ( `id` int(11) NOT
8 years ago · Feb 22, 2018, 07:34 AM
IF EXISTS producent; DROP TABLE IF EXISTS kategoria_oprogramowania; CREATE TABLE producent ( id BIGINT
Total pages: 2134