I want to filter the array which is structed using json_extract. Specifically, I am using below script to pull data: select ARRAY( SELECT STRUCT(J
The question is, if I need to chose only from two options in boolean method (Yes or No) how do I put it in IFs? I try to do like this (see below), it underlines
I am trying to make an adaptive CommentViewRow for a social app where the whole comment text can be displayed within the row. So far I am achieving this but I h
I have a dataset as can be generated with Below code. data have; infile DATALINES DLM='|' DSD MISSOVER ; input (VarA VarB) ($) ord; datalines; YY|PP|3
I live in syria and firebase does not work here. So when i need to use firebase, i use a vpn. But when the users use my app, i can not tell them to use vpn to s
I am looking to see a simple way to read from and write to a text file using VBScript. I think this is an acceptable method for writing to a file. Dim f, D
i am trying to connect & build two docker file with docker-compose. I am new to docker & then its getting confused while connecting with docker-compose.