Free Software Server Environment : MySqlSelect

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

MySQL Select


select
SELECT
  country_region_id, cr_description
FROM
  country_region


select * into
SELECT
  country_region_id, cr_description
INTO
  new_country_region
FROM
  country_region


Also see
MySqlInsert


REFERRERS
MySqlDataManipulation
MySqlInsert

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0176 seconds