Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Print the below string using R

$
0
0

@Surya1987 wrote:

Hi,

I need to print the below string: How can I do that using R?
I should assign the below query to a variable and print the variable.

"SELECT
t2.delfn as Derate,
t2.zt1a as T_ambient,
t4.great_circle_distance/420*3600 as Flight_Duration_from_GCD,
t3."1999+2014 PM10 Hybrid Data (ug/m3)" as PM10_Hybrid,
t3."2006 GoCart Sulfates" as Sulphates,

From
FROM rdf_published.cfm56_phm_flight t1

WHERE
t1.src_icao_cd in ('SVA')
and t1.engine_type like '%5B%' "

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles