Jump to content

What Language is this?

tomoki

Hi,

 

I was wondering what this language was and I wanted to begin learning it because work needs it! I found this on Google Sheets but I'm not certain what language this is. I am suspecting it's SQL but if someone who knows better can verify that, I'd be reassured that I'm not learning something that doesn't apply to understanding what the code is trying to do.

=QUERY({'Data Log'!D:D,'Data Log'!H:H,'Data Log'!N:N,'Data Log'!G:G,'Data Log'!F:F,'Data Log'!K:K,'Data Log'!L:L,'Data Log'!O:O,'Data Log'!X:X,'Data Log'!Y:Y,'Data Log'!AB:AB,'Data Log'!I:I},"select Col1,Col2,Col3,Col4,Col5,Col6,Col7,Col8,Col9,Col10,Col11 where Col1 != '' order by Col12,Col1 desc,Col11",1)

Link to comment
Share on other sites

Link to post
Share on other sites

look like some sort of database, maybe sql.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

The latter part in double quotes is definitely SQL.  The former part looks like maybe arguments being passed to something?

"There is probably a special circle of Hell reserved for people who force software into a role it was never designed for."
- Radium_Angel

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×