Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create table if not exists

create table if not exists schema_uploadfile.tbl_uploadfile(
	id serial primary key,
	file_name varchar(255) unique,
	file_type varchar(30),
	grp_data bytea
);
Source by yuthads.blogspot.com #
 
PREVIOUS NEXT
Tagged: #create #table #exists
ADD COMMENT
Topic
Name
8+3 =