Skip to content

Instantly share code, notes, and snippets.

@bogvsdev
Created March 13, 2017 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogvsdev/ac1ec2316654924dd66f7e6a077768f0 to your computer and use it in GitHub Desktop.
Save bogvsdev/ac1ec2316654924dd66f7e6a077768f0 to your computer and use it in GitHub Desktop.
sql field
select substring(broker1, 0, strpos(broker1, '_') ) as "broker" from "statistic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment