Guest User

Untitled

a guest
Feb 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. to_int( left( "FIELD", strpos( "FIELD" , '[/]' ) - 1 ) )
  2.  
  3. if ( strpos( "FIELD" , '[/]') > 0,
  4. to_int( right( "FIELD", length( "FIELD" ) - strpos( "FIELD", '[/]' ) ) ),
  5. NULL)
Add Comment
Please, Sign In to add comment