Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created October 18, 2012 01:56
Show Gist options
  • Save relax-more/3909450 to your computer and use it in GitHub Desktop.
Save relax-more/3909450 to your computer and use it in GitHub Desktop.
MySQLのクエリで型のキャストをするサンプル
SELECT
title
,CAST(value AS UNSIGNED)
FROM hogeTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment