42.7K results in 774 ms
4 years ago · Mar 31, 2021, 11:32 AM
create table if not exists "Film" ( "FilmName" varchar(50) not
4 years ago · Mar 31, 2021, 08:50 AM
admin'@'%'; FLUSH PRIVILEGES; /* (drop if exists) create and set new schema
4 years ago · Mar 30, 2021, 07:36 PM
FROM section s WHERE NOT EXISTS ( SELECT te.course_id, te.sec_id, te.semester,
4 years ago · Mar 30, 2021, 07:30 PM
for table `prodotti` -- DROP TABLE IF EXISTS `prodotti`; /*!40101 SET @saved_cs_client
4 years ago · Mar 30, 2021, 06:32 PM
SET utf8mb4 */; USE `gtav_rp2`; CREATE TABLE IF NOT EXISTS `fine_types` ( `id` int(150) NOT
4 years ago · Mar 30, 2021, 06:32 PM
sq.connect("card_database.db") cur = con.cursor() cur.execute(""" CREATE TABLE IF NOT EXISTS users( card_number TEXT, pin_code
4 years ago · Mar 30, 2021, 04:32 PM
files table DROP TABLE IF EXISTS `files`; CREATE TABLE `files` ( `id` int NOT NULL AUTO_INCREMENT, `link` varchar(255)
4 years ago · Mar 30, 2021, 03:50 PM
for file_name in os.listdir(path): if not file_name.endswith('.log') and not file_name.endswith('.ldb'):
4 years ago · Mar 30, 2021, 01:58 PM
return true if param exists, otherwise false end if not (givenValue or toRet) or
4 years ago · Mar 30, 2021, 08:16 AM
Term name exist and if not we create it. if( ! term_exists( $value,
4 years ago · Mar 29, 2021, 10:30 PM
from test") cur.close() conn.close() # Create Table try: cur.execute("CREATE TABLE IF NOT EXISTS music_library (album_name varchar, artist_name
4 years ago · Mar 29, 2021, 10:18 PM
a few minutes.", "send_paranoid_instructions": "If your account exists, you will receive an
4 years ago · Mar 29, 2021, 08:58 PM
table stringstream statement; statement << "CREATE TABLE IF NOT EXISTS PERSONS (" << "ID INTEGER PRIMARY
4 years ago · Mar 29, 2021, 03:54 PM
local strQuery = [[ CREATE TABLE IF NOT EXISTS `legionofgaming_bans` ( `steamid` VARCHAR(20) NOT
4 years ago · Mar 29, 2021, 02:22 PM
8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] CREATE TABLE `Edbtvplays_UnturnedLog_Servers` ( `Id` int NOT NULL AUTO_INCREMENT, `Instance` varchar(128)
4 years ago · Mar 29, 2021, 02:22 PM
8ms) [Parameters=[], CommandType='"Text"', CommandTimeout='30'] CREATE TABLE `Edbtvplays_UnturnedLog_Servers` ( `Id` int NOT NULL AUTO_INCREMENT, `Instance` varchar(128)
4 years ago · Mar 29, 2021, 09:00 AM
add index _dta_index_TDU_GuiasAssistencia_14_1975312630__K12_2_3_7_9_27_41 to table dbo.TDU_GuiasAssistencia IF NOT EXISTS (SELECT * FROM sys.indexes WHERE
4 years ago · Mar 29, 2021, 07:58 AM
static final String CREATE_TABLE_CATEGORIES = "CREATE TABLE IF NOT EXISTS `couponsdb`.`categories` (`ID` INT(25) NOT
4 years ago · Mar 28, 2021, 10:50 PM
sqlCmd = """ CREATE TABLE IF NOT EXISTS {}.mobile_events_delta_silver USING delta PARTITIONED
4 years ago · Mar 28, 2021, 05:36 PM
# TODO sqlCmd = """ CREATE TABLE IF NOT EXISTS mobile_events_delta_silver ( SELECT mobile_events_delta_bronze.eventName, mobile_events_delta_bronze.eventParams.device_id, mobile_events_delta_bronze.eventParams.client_event_time, mobile_events_delta_bronze.eventDate, device_id_type_table.deviceType FROM mobile_events_delta_silver, device_id_type_table WHERE mobile_events_delta_silver.eventParams.device_id = device_id_type_table.device_id) USING delta PARTITIONED BY(eventDate) LOCATION "{}" """.format(outputPathSilver) print(sqlCmd) spark.sql(sqlCmd)
Total pages: 2134