42.7K results in 748 ms
4 years ago · Jul 17, 2021, 11:54 AM
class Database: # tables cards_table_sql = '''CREATE TABLE IF NOT EXISTS cards( card_id INTEGER PRIMARY
4 years ago · Jul 17, 2021, 05:44 AM
Apply Constrains DROP TABLE IF EXISTS Student; CREATE TABLE Student( studentId varchar(9) NOT NULL, name varchar(25) , #date_of_admission
4 years ago · Jul 17, 2021, 05:40 AM
creating the table cursor.execute( 'Create table if not exists TrackData(time text, latitude float,
4 years ago · Jul 16, 2021, 10:34 PM
void createNewTable() { String sql = "CREATE TABLE IF NOT EXISTS players (\n" + " id integer
4 years ago · Jul 16, 2021, 06:48 PM
DROP DATABASE IF EXISTS Sample_University; CREATE DATABASE Sample_University; CREATE TABLE classroom ( building varchar(50), room_number
4 years ago · Jul 16, 2021, 02:12 PM
OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL'; DROP SCHEMA IF EXISTS sakila; CREATE SCHEMA sakila; USE sakila; -- -- Table structure for table `actor`
4 years ago · Jul 16, 2021, 08:28 AM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Jul 15, 2021, 05:06 PM
EXISTS public.users; DROP table IF EXISTS public.roles; CREATE TABLE public.roles ( role_id int4 NOT NULL, role_name varchar(15) NOT
4 years ago · Jul 15, 2021, 05:00 PM
elementData != DEFAULTCAPACITY_EMPTY_ELEMENTDATA) // any size if not default element table ? 0 // larger than default
4 years ago · Jul 15, 2021, 03:38 PM
table `ft_participation_fees` -- DROP TABLE IF EXISTS `ft_participation_fees`; CREATE TABLE `ft_participation_fees` ( `id` int(11) NOT NULL, `conference_id` int(11) DEFAULT
4 years ago · Jul 15, 2021, 01:36 PM
exists = true end end if not exists then if getType(elementID)~=nil then
4 years ago · Jul 14, 2021, 06:42 PM
base table exists schema = "CREATE TABLE IF NOT EXISTS {}.{}({}id SERIAL PRIMARY KEY,
4 years ago · Jul 14, 2021, 10:40 AM
DROP TABLE IF EXISTS 011_011_0002.tcx_mobile_users_sessions_tmp; CREATE TEMPORARY TABLE 011_011_0002.tcx_mobile_users_sessions_tmp AS
4 years ago · Jul 14, 2021, 04:22 AM
event is <code>false</code> or not. If the return value is
4 years ago · Jul 14, 2021, 01:50 AM
module.") return end end -- Create the camera control module we need if it does not already exist in instantiatedCameraControllers
4 years ago · Jul 13, 2021, 03:32 PM
http_host. Variants: '', 'path/to/subfolder' // Will not working if $root_path will be outside
4 years ago · Jul 13, 2021, 11:12 AM
DROP TABLE xxmlx_bom_upld_temp'; end if; execute immediate 'CREATE TABLE xxmlx_bom_upld_temp ( assembly_item VARCHAR2(16), organization_code
4 years ago · Jul 13, 2021, 08:08 AM
DROP TABLE IF EXISTS guid_map; CREATE TABLE guid_map ( new int(10) unsigned NOT NULL AUTO_INCREMENT, old int(10)
4 years ago · Jul 12, 2021, 04:12 PM
r -d '' VAR <<'EOF' CREATE TABLE IF NOT EXISTS "${TABLE_NAME}".'Members' ( 'membership_number' INT AUTOINCREMENT
4 years ago · Jul 12, 2021, 01:28 PM
USE `v8` ; -- ----------------------------------------------------- -- Table `v8`.`status` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `v8`.`status` ( `status_id` INT NOT
Total pages: 2134