Skip to content

Instantly share code, notes, and snippets.

@bogvsdev
Created March 13, 2017 08:22
Show Gist options
  • 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