cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
hogi
Level XIII

Database access

Hi,

 

when I generate a Database Query via the GUI in Jmp, how can I use advanced SQL functionality?

  • SQL formulas (rand (),txt = Substring(), myValue = a+b )
  • Explode
  • Lateral View 
1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Database access

Most likely JMP's SQL GUI doesn't support all possible SQL commands and functions which are available depending on which SQL is being used but you could convert the query to Custom SQL and add those yourself

jthi_0-1695825935877.png

or something is maybe found from computed columns

jthi_2-1695826021482.png

jthi_1-1695825999719.png

 

-Jarmo

View solution in original post

4 REPLIES 4
jthi
Super User

Re: Database access

Most likely JMP's SQL GUI doesn't support all possible SQL commands and functions which are available depending on which SQL is being used but you could convert the query to Custom SQL and add those yourself

jthi_0-1695825935877.png

or something is maybe found from computed columns

jthi_2-1695826021482.png

jthi_1-1695825999719.png

 

-Jarmo
hogi
Level XIII

Re: Database access

red triangle -> hidden wonderland.

 

concerning 

  • Explode
  • Lateral View

... maybe a developer will find this post and consider implementing it in a future release ...

 

hogi
Level XIII

Re: Database access

easier to find: wish list ;)
advanced SQL options 

Re: Database access

Thanks for the solution.

Recommended Articles