Browse Source

[hplsql] updating the hplsql blog post (#2700)

Ayush Goyal 4 năm trước cách đây
mục cha
commit
bf9032b749
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      docs/gethue/content/en/posts/2022-02-01-hplsql-support.md

+ 2 - 0
docs/gethue/content/en/posts/2022-02-01-hplsql-support.md

@@ -97,6 +97,8 @@ The following example prints the sum of numbers between 1 and 10:
     select sum;
 ![Example2](https://cdn.gethue.com/uploads/2022/02/Hplsql_example2.png)
 
+**Attention:** In hplsql mode, you must terminate the commands using the forward slash character (/). The semicolon (;) is used throughout procedure declarations and can no longer be relied upon to terminate a query in the editor.
+
 
 You can try this feature in the latest Hue version.  
 </br>