Skip to content
Advertisement

Tag: julia

Julia: How to get dataframe value into single variable

I am modifying Julia code that I did not write myself. I have worked very little in Julia. I’ve concatenated a string to create a SQL Query that returns a single integer value from the database. I want to use the returned value in the next sql string. However, the value returned from the initial SQL Select statement is a

Advertisement