Microsoft
Software
Hardware
Network
Question : export the sas dataset to create a table in my sql database
Hi EE,
Can anyone please help me how to export the sas dataset and dump the contents into a new table in MY sql database.
Answer : export the sas dataset to create a table in my sql database
assuming the libref mysql already contains your connection definition to the mysql database, and your table is found in libref srcref, it's simply
data mysql.target_table_name;
set srcref.src_table_name;
run;
Random Solutions
Check for nulls to stop the error - Nullable object must have a value
How to use an Echo Indigo IOx sound card in Ubuntu 10.04 Linux?
How to write sql statement s involve two tables in order?
jQuery Autocomplete with PHP / MySQL [PART 4 continued...]
Removing the dash in telephone number
DIV issues in IE
Exchange Remove Public Folder Client Permissions
Split String with Delimiter
any new CAPTCHA framework??
Sharing Contacts with Outlook 2003