试图查询sql server表时出错,请帮助。
临时表不允许指定数据库名称或其他限定符。如果表名中有点(.)在它中,请引用后排(`)的表名。
val sqlContext = new org.apache.spark.sql.SQLContext(sc)
val querytest=sqlContext.sql(query)
val prop=new Properties()
val url2="jdbc:sqlserver://localhost;user=admin;password=oracle;database=AdventureWo
我有以下表达式:[^(\r\n)]*来识别任何不包含\r\n的文本。但是,当文本包含(或)时,则无法识别。
示例:
"I have following expression to recognize any text."将被确认为OK。
"I have following expression (A) to recognize any text."将不被识别。
因此,我想要全文:"I have following expression (A) to recognize any text."