Jump to content

Table creation/Postal addresses: Difference between revisions

+Stata
(Added Julia language)
(+Stata)
Line 1,193:
);
</lang>
 
=={{header|Stata}}==
 
While Stata is not a database language ''per se'', it is not uncommon to store address data in a Stata dataset. The following creates an empty dataset. Other possibilities include using the '''[https://www.stata.com/help.cgi?odbc odbc]''' command or a Java plugin to connect to a database.
 
<lang stata>clear
gen str8 addrid=""
gen str50 street=""
gen str25 city=""
gen str2 state=""
gen str20 zip=""
save address</lang>
 
=={{header|Tcl}}+SQLite==
1,336

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.