Code Monkey home page Code Monkey logo

Comments (3)

jbx1279 avatar jbx1279 commented on July 21, 2024

这个不太好搞。SPL有空序表对象,可以create一个返回。
但通常出现这种情况是计算结果就是空集(比如select后是空的),没有记录也就没有数据结构了。而且SPL支持混合数据结构,不像SQL那样要求结果集的数据结构是唯一的,也就不合适指定某种数据结构。
不过,大部分情况直接返回null问题也不大的,null可以继续后面的各种操作(new,derive,.... ),也不会报错,反正进一步结果还是null,只是没法有一个标题出现了。

from esproc.

zoomafia avatar zoomafia commented on July 21, 2024

感谢回复。似乎是不太好弄,可能中间某步就没数据了。现在主要是报表,如果没有结构报表就会报错,看来只能create空序表返回了

from esproc.

zoomafia avatar zoomafia commented on July 21, 2024

注意到select函数增加了一个@t选项可以保留结构

from esproc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.