Questions tagged as 'sintaxis'

0
answers

I have a syntax error in simulink in an Fcn block

I'm doing a simulation in Simulink and I get a syntax error message in the functions. Function 1: (-1/2).*A.^(-1).*D.^(-1).*((-1).*C.^2.*Mc+(-1).*B.^2.*Mp+B.^2.*Mp.*cos(u(4)+u(2)).^2+C.^2.*Mc.*sin(u(6)+(-1).*u(2)).^2).^(-1).*((-1).*A.*Bth.*...
asked by 25.06.2018 / 23:01
0
answers

Translate syntax join from oracle 8i to new syntax

Hi, could you help me with the translation of this query? apparently a join is made to the same table but I'm not sure. select a.id_proc from Tabla1 a, Tabla1 b where a.id_status = 0 and a.id_proc = b.id_proc(+) and b.id_status(+) = -1 and b...
asked by 15.02.2018 / 18:13
1
answer

Error in MySQL / JAVA syntax

Good morning, I have the following code and I do not know why it is failing me. I think it's an error in my syntax because writing the following code was where the program stopped recognizing all my variables. import java.sql.Connection;...
asked by 25.11.2017 / 22:24
1
answer

php syntax error in heredoc

I'm messing with php and nose because it gives me a syntax error within a heredoc Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /midi...
asked by 31.10.2017 / 05:11
2
answers

Syntax Error in print

I am new using Python so I am taking a course. Our challenge was to make a small program that calculates in what year you will be 100 years old. In line 8, I am marked with an error in the syntax, how can I solve it? Here is my code: import st...
asked by 08.10.2017 / 04:11
1
answer

How to ignore syntax errors while preserving the autocomplete in netbeans?

First of all I will be more clear, the situation that is presented is this: When adding a newly created Laravel project, Netbeans launches the syntax errors flag «This obviously applies as false errors» . The directory that has the suppose...
asked by 20.09.2017 / 19:07
0
answers

perform update if a Query generates an error in the stored procedure

I have the following stored procedure that executes several queries to different tables CREATE PROCEDURE "informix".pr_ventasVsSaldos () This is executed for client database which handle a lot of data. Sometimes because of the volume of dat...
asked by 14.09.2017 / 14:43
1
answer

mysql syntax error [closed]

Database error Error: # 1064 - Something is wrong in its syntax near 'source int, refers to varchar (20), results_called int, date_cite date, time_cit' on line 1 Code: create table Llenado (id int not null primary key AUTO_INCREME...
asked by 20.09.2018 / 15:28